home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 14 / CU Amiga Magazine's Super CD-ROM 14 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-09].iso / CUCD / Programming / AMOS / AMOSList0597 / AMOSLIST / problem.amos / problem.amosSourceCode < prev    next >
Encoding:
AMOS Source Code  |  1997-06-01  |  630 b   |  31 lines

  1. 'To use this you must have the stars extention in slot no.20 
  2.  
  3. 'Heres the problem:
  4. 'when I use the "double buffer" command and move a bob at the same 
  5. 'time the background messes up 
  6. '
  7. '
  8. 'If you know a way to stop  the screen messing up and still use the  
  9. 'Double Buffer command please send a e-mail into the amos-list 
  10. '
  11. Ink 3
  12. Circle 10,10,5
  13. Paint 10,10,0
  14. Get Bob 0,1,5,5 To 15,15
  15.  Extension_20_0006 
  16.  Extension_20_003A 0,0,20
  17.  
  18. 'Put a ' at the start of the next line to see what   
  19. 'is MENT to happen 
  20.  
  21. 'Double Buffer 
  22.  
  23. A$="B: Move 200,0,30;M -200,0,30; J B"
  24. Bob 1,20,100,1
  25.  
  26.  
  27. Channel 1 To Bob 1
  28. Amal 1,A$
  29. Amal On 
  30. Wait Key 
  31. Edit